-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix middleware service clone. #894
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
|
bcf4eee
to
1dca5f0
Compare
|
||
priority_fee_oracle_type = "USAGE_BASED" | ||
min_max_priority_fee_per_gas = 30000000000 | ||
bloxroute_enabled = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this true?
id = 5611 | ||
|
||
priority_fee_oracle_type = "USAGE_BASED" | ||
min_max_priority_fee_per_gas = 30000000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering, where did this come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is for local test only. I copied it from polygon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, if just used for your local testing we should remove this from the repo.
[Closes/Fixes] #
reference: https://docs.rs/tower/latest/tower/trait.Service.html#be-careful-when-cloning-inner-services
Proposed Changes